Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Fix "!event" deprecation #1046

Merged
merged 1 commit into from
Feb 24, 2017
Merged

Fix "!event" deprecation #1046

merged 1 commit into from
Feb 24, 2017

Conversation

dunglas
Copy link
Member

@dunglas dunglas commented Feb 22, 2017

No description provided.

@stof
Copy link
Member

stof commented Feb 22, 2017

I would use single quotes. Single-quoted YAML scalars are simpler, because there are no special chars inside them (except the single quote itself)

@dunglas
Copy link
Member Author

dunglas commented Feb 23, 2017

@stof done (I've also replaced all existing double quotes by single quotes for the sake of consistency).

@fabpot
Copy link
Member

fabpot commented Feb 24, 2017

Shouldn't this be done in 2.7 instead?

@dunglas
Copy link
Member Author

dunglas commented Feb 24, 2017

Why not, but the deprecation is triggered only since 3.3.

@stof
Copy link
Member

stof commented Feb 24, 2017

Replacing existing quotes should indeed be done in 2.7, to make merging branches easier

@dunglas dunglas changed the base branch from master to 2.7 February 24, 2017 14:50
@dunglas
Copy link
Member Author

dunglas commented Feb 24, 2017

  • Switched to 2.7
  • Uniformized indentation (no align)
  • Unifomized comments

@fabpot
Copy link
Member

fabpot commented Feb 24, 2017

Thank you @dunglas.

@fabpot fabpot merged commit f63ce95 into symfony:2.7 Feb 24, 2017
fabpot added a commit that referenced this pull request Feb 24, 2017
This PR was merged into the 2.7 branch.

Discussion
----------

Fix "!event" deprecation

Commits
-------

f63ce95 Uniformize config files and fix deprecations
@dunglas dunglas deleted the deprecations branch February 24, 2017 15:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants